home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo
- echo
- echo Do not erase any of the files on this disk. Make a working copy
- echo of this disk and use it. Also, all of these files must be on the
- echo same disk drive or in the same directory, for the programs to run
- echo properly. If you have a hard disk, it is suggested that you copy
- echo all of the files on this disk to a subdirectory on the hard drive.
- echo
- echo The questions that are on this disk are for tests until July 1 of
- echo 1998.
- echo
- echo A Morse code program named MORSE.EXE is also included and it will
- echo convert any ASCII file into Morse code. Type MORSE at the DOS
- echo prompt and read the directions. Filename can include a path. To
- echo learn the code, type LESSON at the DOS prompt.
- echo
- echo
- pause
- cls
- echo
- echo
- echo
- echo
- echo A calculator is provided in these Amateur Radio license programs.
- echo F2 activates the calculator and A, B, C, D or Esc removes it and
- echo continues the main program. Please learn how to work the problems
- echo with the calculator that you are going to take to the exam.
- echo
- echo When you are going through the entire pool, enter A, B, C, or D
- echo until you select the correct answer. When the correct answer is
- echo selected, the word correct will appear. During the sample tests,
- echo correct will not appear, but you can use F1 to find out how many
- echo questions are remaining to be answered.
- echo
- echo To run one of these programs in the future, type GENERAL, LESSON
- echo or MORSE at the DOS prompt. The general program will start now.
- echo
- echo
- pause
- general
- if not exist 73 goto end
- morse 73 5
- :end
-